home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Read It Later 0.9924 / read_it_later-0.9924-fx.xpi / chrome / isreaditlater.jar / content / anywhere.xul next >
Extensible Markup Language  |  2008-10-28  |  3KB  |  81 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE window SYSTEM "chrome://isreaditlater/locale/isreaditlater.dtd">
  4.  
  5. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  6. <?xml-stylesheet href="chrome://isreaditlater/skin/isreaditlater.css" type="text/css"?>
  7.  
  8.  
  9.  
  10.  
  11. <dialog id="isRitL-Anywhere"
  12.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.         title="Read It Later: &ril.AccessAnywhere;"
  14.         buttons="cancel"
  15.         ondialogcancel="ISRILanywhere.Cancel();"
  16.         onload="ISRILanywhere._init();return true;"
  17.         persist="screenX screenY">
  18.  
  19.             <hbox flex="1" align="top">
  20.                 <image id="isRitL-OfflineIcon" />
  21.                 <vbox flex="1">
  22.                     <label id="isRitL-OfflineTitle" flex="1" value="&ril.AccessAnywhereTitle;" style="padding: 12px 0px 0px 22px;" />
  23.                 </vbox>
  24.             </hbox>
  25.             
  26.     
  27.     <tabbox>
  28.         <tabpanels>
  29.             <tabpanel>
  30.                 <vbox flex="1">
  31.                 <vbox class="isRitL-p">
  32.                     &ril.OnlineAccess1;
  33.                 </vbox>
  34.                 <vbox class="isRitL-p">
  35.                     &ril.OnlineAccess2;
  36.                 </vbox>
  37.                                 
  38.                 <vbox id="isRitL-OnlineOff" class="isRitL-p" hidden="true" style="font-weight:bold">
  39.                     &ril.OnlineAccessOff;
  40.                 </vbox>
  41.                 <vbox id="isRitL-SyncOff" hidden="true" class="isRitL-p" style="font-weight:bold">
  42.                     &ril.OnlineAccessSyncOff;
  43.                 </vbox>
  44.                 <vbox id="isRitL-LoginInfo" hidden="true" class="isRitL-p" >
  45.                     &ril.OnlineAccessLoginInfo;
  46.                 </vbox>
  47.                                 
  48.                                 
  49.                                 <hbox id="isRitL-EditButtons" hidden="true" align="center">
  50.                                        <button flex="1" label="&ril.OnlineAccessEditSync;" oncommand="ISRILanywhere.OpenSyncOptions();ISRILxul.bip('Anywhere').cancelDialog();" />
  51.                                 </hbox>
  52.                                 <vbox id="isRitL-GoButtons" hidden="true">
  53.                                                 <hbox align="center">
  54.                                                        <button flex="1" label="&ril.OnlineAccessViewLogin;" oncommand="ISRILanywhere.OpenSyncOptions();ISRILxul.bip('Anywhere').cancelDialog();" />
  55.                                                        <button flex="1" label="&ril.AnywhereGo;" oncommand="ISRILanywhere.Go()" />
  56.                                                 </hbox>
  57.                                                 <checkbox label="&ril.DontShowNext;" id="isRitL-DontShow" value="1" />
  58.                                 </vbox>
  59.             </vbox>
  60.             </tabpanel>            
  61.  
  62.         </tabpanels>
  63.     </tabbox>
  64.     
  65.     <stringbundleset id="stringbundleset">
  66.     <stringbundle id="isRitL-strings" src="chrome://isreaditlater/locale/jsstrings.properties"/>
  67.     </stringbundleset>
  68.     
  69.     <script type="application/x-javascript" src="chrome://isreaditlater/content/ISRILxul.js" />
  70.     <script type="application/x-javascript">
  71.         var wo = window.opener;
  72.         ISRIL                 = wo.ISRIL;
  73.         ISRILprefs             = wo.ISRILprefs;
  74.         ISRILxul            = wo.ISRILxul;
  75.         ISRILsync            = wo.ISRILsync;
  76.         ISRILxul.changeDoc(document, window);
  77.     </script>
  78.     <script type="application/x-javascript" src="chrome://isreaditlater/content/ISRILanywhere.js" />
  79.     
  80. </dialog>
  81.